Popup Window State
public PopupWindowState PopupWindowState(Browser browser, Rect bounds, Function1<PopupWindowState, Unit> onClose, CoroutineScope scope)
Parameters
browser
The popup browser.
bounds
The initial bounds of the popup.
scope
The coroutine scope used to update Compose observables.
on Close
A callback to be called when the popup is closed.